home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / utility3 / wtj008.zip / READ.ME < prev   
Text File  |  1992-09-04  |  887b  |  27 lines

  1. Folks--
  2.  
  3. Here's the September code disk from Windows Tech Journal. On the disk:
  4.  
  5. PORTING.ZIP
  6.     This is the code to accompany Julian Templeman's piece on porting
  7.     big Fortran apps to Windows.
  8.  
  9. OBJECTS.ZIP
  10.     You can't derive new Pascal objects from classes defined in a DLL
  11.     written in C++...at least, you can't if you use language-specific
  12.     object constructs. This code, from Richard Sadowsky's "Lightweight
  13.     Objects," shows how to get the benefits of OOP without tying
  14.     yourself to one language.
  15.  
  16. ORG.ZIP
  17.     Source and executable for the organization-chart generator created
  18.     by Zack Urlocker in Polymorphism Unbound.
  19.  
  20. NOTBAD.ZIP
  21.     Here's the latest version of NotBad, compiled with STRICT.
  22.  
  23. FAULT.ZIP
  24.     C and assembly source to accompany Kraig Brockschmitt's cool article
  25.     on making Winapps more robust with ToolHelp functions.
  26.  
  27.